Skip to main content

Get My Copy Trader List

Type: GET

Description: /v1/copy-trade-account/copy-trade/leader-followers

Limit Flow Rules

2/s/ip

Parameters

NameTypeMandatoryDefaultDescription
directionstringNoNEXTQuery direction: PREV - previous page, NEXT - next page
limitnumberNo10Number of pages (1–100)
idobjectNoStart ID, e.g. 6216559590087220004

Response Example

Response
{
"ma": [{}],
"mc": "string",
"rc": 0,
"result": {
"hasNext": true,
"hasPrev": true,
"items": [
{
"accountId": 0, // copy trader account id
"avatar": "string", // avatar of copy trader
"days": 0, // follow days
"followMargin": 0, // follow margin
"followProfit": 0, // follow profit
"followProfitRate": 0, // follow profit rate
"followerName": "string", // name of copy trader
"id": 0, // id
"pageId": 0 // the id used for pagination query
}
]
}
}